![]() |
StdGetPic |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
QuickDraw’s standard low-level function for retrieving information from the definition of a picture.
void StdGetPic ( void *dataPtr, SInt16 byteCount );
On return, a pointer to the collected picture data.
The size of the picture data.
The StdGetPic function retrieves from the definition of the currently open picture the next number of bytes as specified in the byteCount parameter.
You should only call this low-level function from your customized QuickDraw functions.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)